docs(vrl): Automatically generate VRL function documentation#24719
docs(vrl): Automatically generate VRL function documentation#24719thomasqueirozb merged 123 commits intomasterfrom
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
|
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
Summary
Last part of the automatic doc generation RFC vectordotdev/vrl#280
A lot of my verification for the changes done in this were via a very handy website diff viewer (https://pianomister.github.io/). I suggest setting the display to iPad and zooming out to 90%. Use this link to get see the differences between the current website and the deployed branch.
Many many issues were fixed. The following are (very likely incomplete) lists of the most notable fixes and changes:
"breaking" difference
existsargument is no longer typepathand is now typeany. There is no way to indicatepatharguments in the type system currently.Parameter type fixes
Parameters with incorrect names
Other fixes
decode_lz4:buf_size's default valueaggregate_vector_metric->aggregate_vector_metrics(title)format_number:grouping_separatorincorrect defaultstrip_ansi_codes: removed invalid exampletruncate:ellipsisparameter removedparse_xml:trimparameter was missingdecode_lz4,encode_lz4,encode_json,encode_key_value,encode_logfmt)Vector configuration
NA
How did you test this PR?
make generate-docs && cd website && make serveChange Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References